home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Devices / Qwertytunes / Qwertytunes Filing.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-03  |  603 b   |  33 lines  |  [TEXT/KAHL]

  1. /*
  2.  * file: Qwertytunes Filing.h
  3.  *
  4.  * started 12 January 1992 16:45
  5.  * david van brink
  6.  *
  7.  */
  8.  
  9. /*--------------------------
  10.     Inclusions
  11. --------------------------*/
  12.  
  13.  #include <Files.h>
  14.  
  15. /*--------------------------
  16.     Constants
  17. --------------------------*/
  18.  
  19. #define kCreatorFileType 'QwTu'
  20. #define kDocumentFileType 'QwTD'
  21. #define kDocumentResType 'QwTD'
  22.  
  23. /*--------------------------
  24.     Prototypes
  25. --------------------------*/
  26.  
  27. void OpenDoc(short n,short item, short ref);
  28. short SaveDoc(short n,short item, short ref);
  29. short SaveAsDoc(short n,short item, short ref);
  30.  
  31. void OpenDocSpec(FSSpec *fSpec);
  32.  
  33.